home *** CD-ROM | disk | FTP | other *** search
/ Science Fair / Science Fair.iso / pc / working / music.dir / 00422.ls < prev    next >
Encoding:
Text File  |  1995-03-26  |  115 b   |  9 lines

  1. on exitFrame
  2.   global gNewMusic
  3.   if gNewMusic = 1 then
  4.     go("begin")
  5.   else
  6.     set gNewMusic to 1
  7.   end if
  8. end
  9.